From: Samuel Thibault Date: Sat, 13 Jul 2024 22:25:25 +0000 (+0000) Subject: disable-proprietary X-Git-Tag: archive/raspbian/1.4.5+dfsg-2+rpi1~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c4c8cfc067888af33f1bb323356914886b7aaa74;p=starpu.git disable-proprietary SobolQRNG is not free enough for Debian Gbp-Pq: Name disable-proprietary --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 9d6664a..1046639 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -149,11 +149,6 @@ noinst_HEADERS = \ interface/complex_codelet.h \ interface/complex_dev_handle/complex_dev_handle_interface.h \ interface/complex_dev_handle/complex_dev_handle_codelet.h \ - pi/pi.h \ - pi/SobolQRNG/sobol.h \ - pi/SobolQRNG/sobol_gold.h \ - pi/SobolQRNG/sobol_gpu.h \ - pi/SobolQRNG/sobol_primitives.h \ reductions/dot_product.h \ basic_examples/vector_scal_cpu_template.h \ sched_ctx/axpy_partition_gpu.h @@ -1431,6 +1426,7 @@ examplebin_PROGRAMS += \ # Pi # ###### +if FALSE if !STARPU_HAVE_WINDOWS examplebin_PROGRAMS += \ @@ -1458,6 +1454,7 @@ pi_pi_redux_LDADD = \ $(STARPU_CURAND_LDFLAGS) endif endif +endif ########################### # OpenGL interoperability #